Welcome![Sign In][Sign Up]
Location:
Search - huffman image c

Search list

[Crypt_Decrypt algrithmsfast huffman decoder

Description: A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
Platform: | Size: 380277 | Author: qqnice | Hits:

[Compress-Decompress algrithmsHuffman_Arithmetic

Description: 我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
Platform: | Size: 19456 | Author: 普明 | Hits:

[GDI-Bitmapcompc++

Description: 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth some image format, then read these codes you will be of great help, which is the foundation. (Package includes the algorithm are : lzari, lzhuf, lzss, 4,558,302, lz77, Huffman, rle8, rle16). Tools : Definitive C.
Platform: | Size: 105472 | Author: 周自强 | Hits:

[GDI-BitmaphuffmanLZWRLE

Description: 本文件中包含对图像的Huffman变换,以及LZW和RLE编码-this document contains the image Huffman transform, and RLE encoding and LZW
Platform: | Size: 734208 | Author: et | Hits:

[Graph programHuffman_vc

Description: 用VC实现的HUFFMAN编码,可以实现图像压缩等功能!-with VC's HUFFMAN coding, image compression can be achieved functions!
Platform: | Size: 10240 | Author: gw | Hits:

[Special EffectsVC_ImageProcessing

Description: 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)、位平面编码、预测编码、DPCM、JPEG 2000编码); 第8章 图像配准 第9章 目标检测与运动检测 第10章 图像形状特征分析(骨架检出、轮廓提取);第11章 图像分割(边界跟踪、阈值分割区域生长、分裂合并、Canny算子); 第12章 图像的模式识别-"Visual C digital image acquisition, processing and Practice" YANG Zhi Ling Wang Kai edited. Contents : Chapter 4 Image Enhancement (contrast enhancement, gray transform, histogram dressing, image smoothing, sharpening, Pseudo-color and false color enhancement); Chapter 5 of Image Restoration (inverse filter rehabilitation, Wiener filtering method); Chapter 6 of image processing orthogonal transformation (Fourier transform, discrete cosine transform (DCT), the Walsh transform, Based on the eigenvectors of transformation, Hotelling (Hotelling) transform, SVD transform, wavelet transform, Mallat algorithm); Chapter 7 Image Coding (Hoffman (Huffman) coding, arithmetic coding, RIc (Run Length Coding), the bit-plane coding, predictive coding, DPCM. JPEG 2000 encoding); Chapter 8 Image
Platform: | Size: 280576 | Author: 陈镇静 | Hits:

[Compress-Decompress algrithmsjpenhuff

Description: 此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩-source of this according to jpeg standards prepared by the Huffman compression source code, mainly for image data compression
Platform: | Size: 4096 | Author: | Hits:

[Graph Drawinghuffman_image

Description: huffman 图像编码,在图像处理中有重要作用-Huffman coding images, the image processing is an important role
Platform: | Size: 5120 | Author: ljz | Hits:

[Game ProgramImageProcessingProficientinVisualC++Programming.ra

Description: 请将您需要的文件或目录拷贝到硬盘中。当\Source目录下的源文件被拷贝到硬盘上时,源文件的属性可能变为只读的,在编译之前应该将它们的属性改为可读写的。 \Source目录中的vcip.dsw包含了全书的所有项目,在Visual C++中打开它就能控制全部的代码。 光盘中各目录的内容如下所示: \Bin 本书所有示例的可执行文件,可直接在光盘中运行 \Images 用于图像处理测试的图像文件 \Source\ShowDIB 第2章2.5节示例的源程序 \Source\ViewDIB 第3章3.4节示例的源程序 \Source\EffectShow 第4章4.10节示例的源程序 \Source\TransformShow 第5章5.7节示例的源程序 \Source\ColorProcess 第6章6.10节示例的源程序 \Source\ImageProcess 第7章7.14节示例的源程序 \Source\Huffman 第8章8.1节示例的源程序 \Source\LZW 第8章8.1节示例的源程序 \Source\RLE 第8章8.1节示例的源程序 \Source\ViewImage 第8章8.7节示例的源程序 \Source\ImageLib 第9章9.1节图像工具库ImageLib的源程序 \Source\ImageBoard 第9章9.2节图像处理工具ImageBoard的源程序 -I would be grateful if you need to copy files or directories to your hard disk. When \ Source directory of the source file is copied to a hard disk, the file may become read-only attribute. the compiler should be before they can attribute to read and write. \ Source directory vcip.dsw the book contains all the items Visual C open it can control all of the code. CD-ROM directory of all the contents are as follows : \ Bin book example of all executable files, directly run the CD \ Images for image processing test image file \ Source \ Sho wDIB Chapter 2 2.5 Example of the source \ Source \ ViewDIB Chapter 3 3.4 advised cases of the source \ Source \ EffectShow Chapter 4 4.10 example of the source \ So urce \ TransformShow Chapter 5 5.7 Examples of the source \ Source \ C Chapter 6 olorProces
Platform: | Size: 49998848 | Author: 王笑 | Hits:

[Graph programJPEG_compress_using_MATLAB_and_c

Description: 用matlab 和 c联合编程实现JPEG图像压缩,包括量化,霍夫曼编码,解码-Using matlab and c joint programming to achieve JPEG image compression, including quantization, Huffman encoding, decoding
Platform: | Size: 702464 | Author: liujuan | Hits:

[Special EffectsC++code

Description: 其中包括将256色彩色图象转化为灰度图象,LZW压缩算法,显示DIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码!-Including 256 color images into grayscale images, LZW compression algorithm, showing DIB bitmaps, Huffman coding and realize the effect of image mosaic C++ Source!
Platform: | Size: 480256 | Author: feijicheng | Hits:

[Compress-Decompress algrithmscompressor

Description: 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as well as the compression ratio statistics indicate that the establishment of Huffman tree, the realization of Huffman coding, document conversion Hough Cayman coding become compressed file as well as files from the compressed state decoding. And in the form of dialog box and user exchange, the program convenient and practical, either for text compression, there can be image compression, effects are good.
Platform: | Size: 3864576 | Author: 罗天银 | Hits:

[Compress-Decompress algrithmstuxiangchuli

Description: 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the curriculum design topic: The C/C++ Languages gray image coding procedures Hoffman Second, design the content and requirements: 1, with C/C++ Language to complete the design, debugging a computer program 2, on machine hours: 8 hours 3, the results are listed in the design and submitted the report of the curriculum design. Third, design methods and steps: 1, Statistics 1 BMP format the probability of gray-scale images, and displays the corresponding gray-scale value and probability 2, of this image do Huffman code and lists the results of coding. 3, calculation of the average code length and entropy values, calculate the coding efficiency. 4, all results have called displayed.
Platform: | Size: 764928 | Author: SANMIL | Hits:

[Internet-NetworkPicture.Translate.Of.Remote.Desktop.Control

Description: 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-First, use the TCP protocol to transmit data. Reason: better stability. Two, the use of byte data stream for transmission, the reasons: A: VB s String existence automatic Unicode conversion question, effects of speed B: can directly send 8-bit byte data, Does not need to use Base64 encoding, thereby reducing the encoding time. Three, the use of GIF-LZW compression algorithm for image compression. Rationale: A: Run-Length Coding, Huffman compression algorithm compression ratio is too low B: JPEG compression algorithm required too many bit computing, and computing a large quantity (MMX has specialized optimization algorithm), VB is not conducive to implementation C: GIF-LZW compression algorithm compression ratio is better, and I have come up with efficient under VB grammar GIF-LZW compression/decompression algorithm. Four, use the "orderly jitter" algorithm for color quantization. Rationale: "orderly jitter" must deal with the results of reg
Platform: | Size: 54272 | Author: whoamixp | Hits:

[Compress-Decompress algrithmsHuffman

Description: 基于Huffman变换的图像压缩算法,c++语言开发的。-image Compression algorithm based on Huffman
Platform: | Size: 192512 | Author: wdl | Hits:

[Compress-Decompress algrithmsHuffman_c

Description: huffman编码实现 图像压缩解压 c++实现 -huffman coding image compression decompression c++ Implementation
Platform: | Size: 192512 | Author: 海日 | Hits:

[Special Effectshuffman

Description: 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the original image entropy, encoded average code length, and be able to reconstruct the image according to encoding. The program uses C++ mixed programming, has compiled a Matlab library files generated, do not need to link with C++. Programs include source code and source images, and encoding the results of the image.
Platform: | Size: 1293312 | Author: 刘雨相 | Hits:

[Othercompress

Description: 关于图像压缩的PPT,详细说明了图像如何压缩,包括DCT变换,huffman编码,算术编码,游程编码,之字形扫描等等多种知识,内容很丰富,值得一看-On image compression PPT, detailed description of how image compression, including DCT transform, huffman coding, arithmetic coding, run length coding, zigzag scan and so many types of knowledge, content is very rich, worth a visit
Platform: | Size: 230400 | Author: zhang hao | Hits:

[Data structshuffman

Description: 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
Platform: | Size: 2129920 | Author: 郑元伟 | Hits:

[Compress-Decompress algrithmshuffman

Description: 哈夫曼图像压缩解压缩源码,C环境编码,也可以移植到各个平台-Huffman image compression decompression source code, C environment encoding can be ported to various platforms
Platform: | Size: 20480 | Author: 夏婷 | Hits:
« 12 3 »

CodeBus www.codebus.net